Module-level declarations

Types

Link copied to clipboard
struct auth_id

Functions

Link copied to clipboard
function destroy_asset(from: account, asset: asset, amount: integer): payment_history_entry
Link copied to clipboard
function do_auth(auth_id: auth_id, required_flags: list<text>): account
Link copied to clipboard
function ensure_locked_account(reason: text, account: account): account
Link copied to clipboard
function ensure_special_account(kind: text, refid: byte_array, params: gtv): account
Link copied to clipboard
function find_locked_account(reason: text, account: account): account?
Link copied to clipboard
function find_special_account(kind: text, refid: byte_array, params: gtv): account?
Link copied to clipboard
function issue_asset(to: account, asset: asset, amount: integer): payment_history_entry
Link copied to clipboard
function LOCKED(reason: text): text
Link copied to clipboard
function special_account_id(kind: text, refid: byte_array, params: gtv): byte_array
Link copied to clipboard
function transfer_asset(from: account, to: account, asset: asset, amount: integer)
Link copied to clipboard
function transfer_asset_auto(from: account, to: account, asset: asset, amount: integer)